Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Cookieless


Message #1 by "Jason" <jason_pileski@y...> on Fri, 7 Mar 2003 15:54:11
In my webconfig, I have cookieless=true. I'm also using forms
authentication. In my page1, I have session.add("userid", 1) then
FormsAuthentication.RedirectFromLoginPage(Session.Item("userid"), True).
In page2, I try and access session.item("userid") and it's being
reported as nothing. I also tried 'false' as the last parm in
FormsAuthentication.RedirectFromLoginPage.

What am I doing wrong?

Any feedback would be appreciated.

TIA.

  Return to Index