I am a newbie to php specially sessions part. I read a lot about it. On my site user needs to login. The session will be created and some info will be stored into it. Session will be ON for some predefined time (given in ini file e.g 30 mins). The session will die after that time ( according to what I understood).
But what if I want system something like - till user closes his browser or logout - he should remain 'Login', even after 30 mins. Is there any thing like session_time_out event handler ? -- after time out again take session values and restore it ? If user closes his browser or presses 'Logout' button then only session ends till then he remains 'LogOn' Manisha "Paul Van Schayck" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > [EMAIL PROTECTED] (Ryan A) wrote in > > So I have decided that I am going to try to make the same thing on our > > site but offer it free to the public...only problem is...I dont know > > where to start and was hopeing someone here can give me tips/urls or > > links to boost me on my way... > > You know PHP? Take a look at the image functions: > http://www.php.net/manual/en/ref.image.php > > You can do all sort of things with images. > > Polleke -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php