473,664 Members | 3,035 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Losing Session Variables during Response.Redire ct???

I am losing my session variables after a Response.Redire ct.

My web.config file contains the following:

<sessionState mode="InProc"
stateConnection String="tcipip= 127.0.0.1:42424 "
cookieless="fal se"
timeout="60"
/>

What do I need to do to get this to work!?!?!
Aug 15 '06 #1
3 6921
This is a common problem, check out:
http://weblogs.asp.net/bleroy/archiv...03/207486.aspx

that explains the problem in more detail, as well as the solution :)

Karl

--
http://www.openmymind.net/
http://www.codebetter.com/
"TCook" <ge**********@y ahoo.comwrote in message
news:Og******** ******@TK2MSFTN GP05.phx.gbl...
>I am losing my session variables after a Response.Redire ct.

My web.config file contains the following:

<sessionState mode="InProc"
stateConnection String="tcipip= 127.0.0.1:42424 "
cookieless="fal se"
timeout="60"
/>

What do I need to do to get this to work!?!?!


Aug 15 '06 #2
Hey Karl,

Thanks for the note but, unfortunately, it did not work properly.
'Response.Redir ect', regardless of the parameters passed, destroys my
session variables. The other techniques mentioned are insuffiicient as they
never actually moved from the original page.

Any other suggestions are welcome.

Thanks,

Todd
"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
netwrote in message news:uw******** ******@TK2MSFTN GP06.phx.gbl...
This is a common problem, check out:
http://weblogs.asp.net/bleroy/archiv...03/207486.aspx

that explains the problem in more detail, as well as the solution :)

Karl

--
http://www.openmymind.net/
http://www.codebetter.com/
"TCook" <ge**********@y ahoo.comwrote in message
news:Og******** ******@TK2MSFTN GP05.phx.gbl...
>>I am losing my session variables after a Response.Redire ct.

My web.config file contains the following:

<sessionStat e mode="InProc"
stateConnection String="tcipip= 127.0.0.1:42424 "
cookieless="fal se"
timeout="60"
/>

What do I need to do to get this to work!?!?!



Aug 15 '06 #3
For my purposes, I just created some properties in a code behind class and
it is working well for my uses.

Thanks again though for the URL. Interesting info there, for sure.
"TCook" <ge**********@y ahoo.comwrote in message
news:uM******** ******@TK2MSFTN GP03.phx.gbl...
Hey Karl,

Thanks for the note but, unfortunately, it did not work properly.
'Response.Redir ect', regardless of the parameters passed, destroys my
session variables. The other techniques mentioned are insuffiicient as
they never actually moved from the original page.

Any other suggestions are welcome.

Thanks,

Todd
"Karl Seguin [MVP]" <karl REMOVE @ REMOVE openmymind REMOVEMETOO . ANDME
netwrote in message news:uw******** ******@TK2MSFTN GP06.phx.gbl...
>This is a common problem, check out:
http://weblogs.asp.net/bleroy/archiv...03/207486.aspx

that explains the problem in more detail, as well as the solution :)

Karl

--
http://www.openmymind.net/
http://www.codebetter.com/
"TCook" <ge**********@y ahoo.comwrote in message
news:Og******* *******@TK2MSFT NGP05.phx.gbl.. .
>>>I am losing my session variables after a Response.Redire ct.

My web.config file contains the following:

<sessionSta te mode="InProc"
stateConnection String="tcipip= 127.0.0.1:42424 "
cookieless="fal se"
timeout="60"
/>

What do I need to do to get this to work!?!?!




Aug 15 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3185
by: John | last post by:
Hi, I have a routine that sets some session variables and then redirects the user to another page in the same application/ same folder. ======= Session("MyName") = "Fredsmith" Response.Redirect("./AnewPage.aspx") ======= If I go, Response.Write(Session("MyName")) in the new page the session variable does not exist.
1
357
by: John | last post by:
Hi, I have a routine that sets some session variables and then redirects the user to another page in the same application/ same folder. ======= Session("MyName") = "Fredsmith" Response.Redirect("./AnewPage.aspx") ======= If I go, Response.Write(Session("MyName")) in the new page the session variable does not exist.
0
1390
by: Jimmy Reds | last post by:
Hi, Sorry if this appears twice but I post through Google Groups and it had a funny 5 minutes and didn't appear to post this message the first time. I am setting session variables on a page then doing a header/location redirect to a second page however I am losing one of my session variables. Not all of them, just one.
9
2210
by: cashdeskmac | last post by:
I have put a string into Session and tried to retrieve it on the next page I visit but the Session appears empty. I have exactly the same spelling for both adding and retrieving the value: Session = "john"; On the next page: txtName.Text = Session;
1
8549
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8636
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7375
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6187
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4185
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4351
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2764
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2003
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1759
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.