Forum Moderators: coopster
Sure.
>> is it possible for me not to destroy the a particular session stored as an ID of someother table and use it later on...
If it is stored in a table that you aren't touching in your delete and garbage collection methods then you should be fine -- it will remain there. Since you are storing this data into a database anyway, these methods have to be user-defined by you, which gives you full control over what you do with the session data. The two things that you've mentioned should be doable.
And Welcome to WebmasterWorld! :)