Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

I have an aspx page that works fine when cookie blocking is turned off.

 

but when i block the cookies on that url, it doesnt work the same.

 

All that i have on the page is a user/password text boxes with a login button that authenticates against a web server and then, if authorized, redirects to a different page (on another url)

 

In other words - i dont use cookies at all.

 

Does asp.net use some sort of cookies to store state or something that is causing this?

 

Thanks.

  • Administrators
Posted

Session variables are identified by a cookie, that could be the problem. Also Forms authentication uses cookies to track which sessions are authenticated - not sure if this will work without cookies though.

However if you look in web.config there is an option for cookieless sessions - try turning that on. This can cause other problems though as it will rewrit ethe URL to contain the session ID - try it and you will see what I mean.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...