Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. session problem

session problem

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    S Bhushan
    wrote on last edited by
    #1

    Hi, I am facing specific problem with firefox browser. I have integrated payment gateway in my website. it is working fine in internet explorer. But I am facing problem with firefox and opera browser. I have some values in session like client id, client name. when I redirect from payment gateway to own site(e.g. thankyou page) I want to access all session variable. It works fine in IE but in other browser session value destroy. it works in local system problem is with online only. Plese Plese Plese Plese Plese Plese Plese Plese Plese Plese give me any solution Thanks. Bhushan

    G 1 Reply Last reply
    0
    • S S Bhushan

      Hi, I am facing specific problem with firefox browser. I have integrated payment gateway in my website. it is working fine in internet explorer. But I am facing problem with firefox and opera browser. I have some values in session like client id, client name. when I redirect from payment gateway to own site(e.g. thankyou page) I want to access all session variable. It works fine in IE but in other browser session value destroy. it works in local system problem is with online only. Plese Plese Plese Plese Plese Plese Plese Plese Plese Plese give me any solution Thanks. Bhushan

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      The session variables are stored in the Session object for the user on the server. There is no way that you can access session variables from a different server or even a different web application on the same server. The user is identified by a cookie, and that cookie is local to the domain, so when a user goes to a different site, he becomes a new user. If you want to send information between web applications, you have to send it along as post data or querystring data.

      --- b { font-weight: normal; }

      S 1 Reply Last reply
      0
      • G Guffa

        The session variables are stored in the Session object for the user on the server. There is no way that you can access session variables from a different server or even a different web application on the same server. The user is identified by a cookie, and that cookie is local to the domain, so when a user goes to a different site, he becomes a new user. If you want to send information between web applications, you have to send it along as post data or querystring data.

        --- b { font-weight: normal; }

        S Offline
        S Offline
        S Bhushan
        wrote on last edited by
        #3

        Thanks for your reply :). But I am not accessing session variable in payment gateway. there is no problem with payment gate way. Problem occures when I return back from payment gateway to my own web page. e.g.- step 1. payment page(my website page) step 2. paypal (payment gateway) after successfull payment on payment gateway when we click "return to merchant" button.. step 3. thankyou page (my website page) I want to use session variable "I created in payment page(my website page)" I can use these session variable in IE but in case of firefox or opera I cannot get these variables. Thanks Bhushan

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups