[PHP] Re: Sessions: Basic Information

2004-12-03 Thread Lordo
Thanks alot. Lordo "Peter Lauri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sessions will make you life easier if you are using cookies to control a web > session. http://th.php.net/manual/en/ref.session.php will give you most > information regarding this, together with some e

[PHP] Re: Sessions: Basic Information

2004-12-02 Thread Peter Lauri
Sessions will make you life easier if you are using cookies to control a web session. http://th.php.net/manual/en/ref.session.php will give you most information regarding this, together with some examples. Play around with simple own examples and you will learn to work with sessions relativly fast.