Session, Session and more Session

J

Jim Douglas

Thanks for all the input from everyone on my original questions!

I have created a SessionManager class that will Get/Set session data to the
database. I also created a SessionData class that has a few common
properties defined. What I was thinking is that we would inherit from this
class, add more properties as needed and move on. I have the SessionData
class being serialized/de-serialized to and from the database.

Now I need some input in regards to how long to leave sessions in the
database? Our user's are the type that login in the morning and stay there
all day, in and out of the application. What do others use for the session
time-out period? Are there any other things I should worry about using this
home grown method?

As always thanks for the input!


--
Jim Douglas
http://www.genesis-software.com
http://www.interactiveDesignSolutions.com
Latitude 32.96
Longitude -96.89
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top