
An alternative to using ASP's session object is to build your own using a database. In this article Rogier shows us how... In my opinion the session was a gift from to the development community. I really like the many things you can do with it. I find it especially handy when I develop a webapplication for which a login area is required. All the pages in the application can only be accessed by people who have proper authorization, otherwise the user is redirected to a login page. It’s simple, it’s neat, however... it cannot be used in all circumstances.
|