G
Gene
Greetings!
We are having a problem with Session variables in our .net application
that I hope someone can assist with.
our application stores UserIDs in a session variable at login. We have
an "inbox" aspx page that store user's messages in SQL Server. The
stored procedure uses to populate inbox uses the Session("UserID") to
pull the user's messages. Somehow UserA is bringing back UserB's
messages.
This problem isn't limited to the inbox aspx page, but to any page that
uses Session variables.
Any help would be much appreciated. If you need more info, please let
me know.
Best Regards,
Gene
We are having a problem with Session variables in our .net application
that I hope someone can assist with.
our application stores UserIDs in a session variable at login. We have
an "inbox" aspx page that store user's messages in SQL Server. The
stored procedure uses to populate inbox uses the Session("UserID") to
pull the user's messages. Somehow UserA is bringing back UserB's
messages.
This problem isn't limited to the inbox aspx page, but to any page that
uses Session variables.
Any help would be much appreciated. If you need more info, please let
me know.
Best Regards,
Gene