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
  1. Home
  2. Web Development
  3. session problem

session problem

Scheduled Pinned Locked Moved Web Development
helptoolsquestion
2 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.
  • B Offline
    B Offline
    bluetx
    wrote on last edited by
    #1

    hi there i have two asp script files following. problem is first page has been redirected and session("test") variable was empty. is that a bug? a.asp <% Session.abandon session("test")="foo" response.Redirect "b.asp" %> b.asp <% response.write session("test") %>

    G 1 Reply Last reply
    0
    • B bluetx

      hi there i have two asp script files following. problem is first page has been redirected and session("test") variable was empty. is that a bug? a.asp <% Session.abandon session("test")="foo" response.Redirect "b.asp" %> b.asp <% response.write session("test") %>

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

      No, it's not a bug. It does exactly what you told it to do. The Session.Abandon method marks the session to be abandoned when the request finishes. Anything that you put in that session object will go away when the session object goes away.

      --- single minded; short sighted; long gone;

      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