Simple ASP Classic form + WinHost Sessions

Discussion in 'Site Programming, Development and Design' started by CYMAPete, Jul 6, 2017.

  1. I have a very simple form here:

    https://www.cyma.com/olc

    The password 'stingray' fails to login and redirects to another page.

    From that page the password does work. Both of these pages are posting to the same script. Looking at developer tools it seems like there's no sessions.

    The only thing I can think of is that no sessions are being stored in memory. Does this need to be set in web.config? My script reads from a database and sets session values based on the recordset. It worked a-ok at my prior host.

    My prior host seemed to be far friendlier to ASP classic applications and methods. I'm about to switch back since I'm at my wits end.
     

Share This Page