loosing session variables after Response.Redirect

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top