Session variables are disappearing?
Created Session Variables are disappearing after a frequent access (start) of sessions.
I am developing a chat system.
In that chat system, Sessions will be frequently started for every second to check incoming messages.
But, after a few time, Session variables are disappearing and i will lose all the stored session values.
Why So?
Is it due to Garbage Collection?
Please explain/suggest me....:D
|