loosing session variables after Response.Redirect

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I set some strings and integers in Session but when I get to my redirected
page the values are null.


I'm running on localhost Windows XP Pro but using remote SQL 2005 database.
Not doing anything with caching. I am using Master files and sub master
files. Also using a bit of Atlas but none of this should be clearing my
session variables?

<%@ Page Language="C#" MasterPageFile="~/Admin.master"
AutoEventWireup="true" CodeFile="VanPoolList.aspx.cs"
Inherits="ssl_VanPoolList" %>


Any help would be greatly appreciated.
 
Back
Top