473,507 Members | 2,447 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Losing Session Info

I started having these problems last Monday, I believe but I am not sure that
our
corporate office deployed some security patches???

First of all, when a go to my Web Application (written in ASP.NET 7.1.3088
on .Net framework 1.1.4322 sp1) the IE address bar has
http://localhost/Projects/(zpthtrn2a...)/Default.aspx ; the stuff
in parenthesis was not there before Monday., The stuff in parenthesis
changes each time I start a new session.

My other problem, occurs when I use the application, If I press a button
that does a Server.Transfer everything appears to work, but when I use anchor
links <a href=???> I get an error message saying:

Session state can only be used when enableSessionState is set to true,
either in a configuration file or in the Page directive

I have session state enabled in the Web.config file and in the page header.
I appears as if I start a new session.

Any ideas?
Nov 28 '05 #1
2 1236
BubbaThree wrote:
I started having these problems last Monday, I believe but I am not
sure that our
corporate office deployed some security patches???

First of all, when a go to my Web Application (written in ASP.NET
7.1.3088 on .Net framework 1.1.4322 sp1)


There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a newsgroup where the dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Nov 28 '05 #2

"BubbaThree" <Bu********@discussions.microsoft.com> wrote in message
news:3F**********************************@microsof t.com...
I started having these problems last Monday, I believe but I am not sure
that
our
corporate office deployed some security patches???

First of all, when a go to my Web Application (written in ASP.NET 7.1.3088
on .Net framework 1.1.4322 sp1) the IE address bar has
http://localhost/Projects/(zpthtrn2a...)/Default.aspx ; the
stuff
in parenthesis was not there before Monday., The stuff in parenthesis
changes each time I start a new session.

My other problem, occurs when I use the application, If I press a button
that does a Server.Transfer everything appears to work, but when I use
anchor
links <a href=???> I get an error message saying:

Session state can only be used when enableSessionState is set to true,
either in a configuration file or in the Page directive I have session state enabled in the Web.config file and in the page
header.
I appears as if I start a new session.
Somebody changed the web.Config file and it looks like cookieless sessions
have been enabled. If this is so, in addition, you might think that sessions
are still enabled, but your configuration has changed.
Check that first.
ps: web.Config files can be changed on a virtual directory base. Make sure
that your base web.Config file is OK and that you not per accident,
overwrite settings in child config files.
Any ideas?


Nov 28 '05 #3

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

Similar topics

7
7774
by: vivek | last post by:
Do any of you guys have any idea what might be the reason for losing session variables, i was working on a page where i had to stroe a array in a session(trust me that was the only 'way' i could...
1
2767
by: Scott Lyon | last post by:
I'm maintaining (read: I didn't write it, nor do I have the time to spend to rewrite it) an application that is suddenly giving me grief. The reason I say suddenly, is because we're in the...
1
737
by: Werner | last post by:
Hi Patrick! Can you give an example of how to use a frameset inside an aspx-file? When I create a new frameset in Visual Studio.Net it just gives me a htm-File. Or give me a link where I can...
5
5252
by: fbwhite | last post by:
I know this issue has been brought up many times, but I have tried many of the solutions to no avail. I wanted to give my specific case to see if someone could be of any help. We are using the...
1
1063
by: gencode | last post by:
I seem to be losing session information randomaly, session data will be set back to nothing from time to tome, sometimes it is after less than a minute and sometimes it wont lose it at all. More...
9
2533
by: Adrian Parker | last post by:
We have a website that works everywhere but on a few PCs on this one site.. Asp.Net 1.1 Server = Windows 2003 Client = XP In the web.config we use - cookieless="false" in the browser settings...
4
1874
by: Not Me | last post by:
Hi, I have a set of pages that use forms authentication for access. There are times when one of the session objects I'm using appears to disappear. The session is not timing out, however. (if...
3
6916
by: TCook | last post by:
I am losing my session variables after a Response.Redirect. My web.config file contains the following: <sessionState mode="InProc" stateConnectionString="tcipip=127.0.0.1:42424"...
1
8937
by: KidQuin | last post by:
I am having problems with session value between pages. Happening in both firefox and IE7. I go between page by links so I know it's not header changes. I use session_start as the first line on the...
5
6113
by: chromis | last post by:
Hi there, I've recently been updating a site to use locking on application level variables, and I am trying to use a commonly used method which copies the application struct into the request...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7114
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7034
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...
0
7488
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...
0
5623
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,...
0
3191
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...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1544
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 ...
0
412
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...

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.