Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Creataccount.aspx page makes session?

  1. #1
    smoreo is offline Member
    Join Date
    Nov 2009
    Location
    Brooklyn, NY
    Posts
    36

    Question Creataccount.aspx page makes session?

    so i have the site locked down to where you have to log in to see anything, however if you visit the createaccount.aspx page and then go home (default.aspx) it brings you into the site as "my account". I have the source code and would like to disable this completely. Anyone have this issue before? Any ideas? Thanks in advance

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    What was the querysting before and after you were redirected to account.aspx? That's not the expected behavior, you probably have a hard-coded "response.redirect" there somewhere.

  3. #3
    smoreo is offline Member
    Join Date
    Nov 2009
    Location
    Brooklyn, NY
    Posts
    36

    Default

    ok, there is some custom code on there and i added a response.redirect, but i am not understanding how that creates a session for an anon user? I can change the code, but i am afraid that i dont understand the logic. Thanks in advance for your help.