Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Losing Session variables in VB.Net

  • 19-06-2006 1:13pm
    #1
    Registered Users, Registered Users 2 Posts: 7,990 ✭✭✭


    I have created a application in ASP.Net and VB.Net for server side.

    In my code I have to go off to a different website so they can enter in there credit card details.

    On paying they are redirected back onto our site but all the session variables I have stored are no longer there.

    I am using response.redirect to get them onto the Credit Card Company's website.


Comments

  • Registered Users, Registered Users 2 Posts: 7,468 ✭✭✭Evil Phil


    What's your sessionState mode set to?


  • Registered Users, Registered Users 2 Posts: 1,466 ✭✭✭Smoggy


    this might help :

    http://support.microsoft.com/default.aspx?scid=kb;en-us;307598#1

    Could you store the details in a cookie ?


  • Registered Users, Registered Users 2 Posts: 3,548 ✭✭✭Draupnir


    http and https use different sessions since they go over different ports. It would be a good idea to make sure that the user is coming back to your site on the same protocol that they were on before they got redirected to the credit card company.


Advertisement