[PHP] Q:Making an 'expired event' for sessions

2002-09-01 Thread Mehran Ziadloo
Well since I was working with ASP before PHP, there's an event for sessions when they start and when they expire in ASP. Well in PHP I can put an IF statement to check if my variables are set or not for on_start event. But what should I do to have an event for the time they expire? Thanks for you

Re: [PHP] Q:Making an 'expired event' for sessions

2002-09-01 Thread Mehran Ziadloo
Hi Thanks for replying, There are some settings for sessions in php.ini but I can't find the thing that I'm looking for. It should exist, I mean isn't there any one who needs to know when the session has expired? Once again I ask my question: How to make a session_on_end event in php? Any help wil