Hi All,
I have a small web app which allows users to login to different companies (diff MSSQL DB's).
I set my Glo:DBOwner in the WebHandler and everything works as I would expect - except... if I stop the web app or it dies and I restart it, users currently logged in if they click anything, up pops the SQL Server Login on my server. I can easily reproduce everytime in testing.
As everything is ticked "User must be logged in" I was expecting that the login screen would appear and force the user to login again and setup all the sessionvalues for the Glo:DBOwner again but it doesn't....
Anyone experience this problem before? Any work arounds? Is it just my wonky code?
Cheers,
Kevin