Session variables timing out too soon in ASP 2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • emajka21
    New Member
    • May 2007
    • 38

    #16
    Never mind, I think I figured it out. Since using the form authentication creates a sql database I think that is my problem. My free webhost doesn't support sql databases, only access databases.. Fun...

    Thanks for the help!

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #17
      Originally posted by emajka21
      Never mind, I think I figured it out. Since using the form authentication creates a sql database I think that is my problem. My free webhost doesn't support sql databases, only access databases.. Fun...

      Thanks for the help!
      That's to bad about the database.
      You can customize your Forms Authentication to not use a database by creating a custom Membership object.

      Or

      More simply you could use the web.config file to store your user information instead of a database!

      Comment

      Working...