Ask a Question related to ASP.NET Security, Design and Development.
-
WJ #1
Is Session state secure ?
I have forms that are protected by Form Authentication. These forms seem to
access (read) session variables OK, however, forms that are not protected by
"authhenticated ticket" cannot read the session variable. Is it true ?
1. My session variables are stored in SQL/Server.
2. External web site calls one of my unprotected forms (non-interative), in
this form, I need to read certain session variables in order to move on. But
it complains that invalid pointer was referenced.
Thanks for your help,
John
WJ Guest
-
Session state IIS (Machine Key | Load Balanced Session)
This is a classic ASP group. Try microsoft.public.dotnet.framework.aspnet "Fred" <me@me.com> wrote in message... -
session state ???
Hi, I have following function in a WebService-class : public int Count() { if ( null == Session ) Session = 0; else -
Using a SQL DB for session state.
I have encountered a problem when I restart a SQL server I lose my session variables for ASP.NET It seems that the Temp table cannot be used... -
Asp Session state ??
I'm pretty new to asp. It seems that I am assigning to the session rather than comparing against. I want to compare it in the first peice of code... -
Session state...
Why are you calling a webservice that is within the same app. Shouldn't the web service be on a different server or at least be a different IIS...



Reply With Quote

