does anyone knows how to time-out session .. like in ASP .. by specifying a time out time and then when the timeout time reached the currecnt session automatically abandons ... something like that ..
Have a look at the session settings in php.ini. These can also be set in scripts. You can also just store a timestamp in the session and look at that.