473,394 Members | 1,750 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Session getting lost

I have several .net applications running on a webserver. I recently
installed the patches to the system to stop the worm virus that was going
around last week. Since that time I ran into a problem with session state.
Prior to this each application was configured to have sessionState,
cookieless=false. However for some reason after installing the patches one
and only one application began to run into problems with session data not
being available from one web page to the other. I noticed if I changed my
client browser to have its cookie security level moved from Medium(default)
to low it worked but as this is not the default for browsers this would not
be a good setup.(the odd thing is the other apps are working fine) So I was
told by a friend that he's surprised that applications ever worked and that
it must have been a fluke. He said I needed to change the cookieless value
to true, which partially worked but now I have issues with changing all of
my anchor tags to be link buttons, some values still cannot be retrieved
form session values(iframe pages), and the fact that it looks less
professional to have the session id incorporated into the URL.

Do you know of any reason why some apps would continue to work fine without
changing to cookieless=false? Is it true I need to have cookiesless set to
true in order to get client browsers to work without changing their default
cookie level? I had messed around with trusted assemblies at one time maybe
that had something to do with the application working but I'm not even sure
what that does and if it would have any affect on this. Do you think I
could simply trust the assembly somehow and it would work with cookieless
set to false?

Thanks

Karl

Nov 17 '05 #1
3 1728
Not necessarily but most would. I understand your point that to be positive
not to have cookie issues then I should not use them. The whole issue with
the Url and ability to use anchor tags is problematic. Plus I wonder why
this happens for one app and not another.

Actually even with cookieless set to true, I have issues receiving info from
session. Not sure why.

"Justin Dutoit" <an**@anon.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Do all your customers have cookies enabled?

J

"karl" <ka******@hotmail.com> wrote in message
news:ef**************@tk2msftngp13.phx.gbl...
I have several .net applications running on a webserver. I recently
installed the patches to the system to stop the worm virus that was going around last week. Since that time I ran into a problem with session

state.
Prior to this each application was configured to have sessionState,
cookieless=false. However for some reason after installing the patches

one
and only one application began to run into problems with session data not being available from one web page to the other. I noticed if I changed my client browser to have its cookie security level moved from

Medium(default)
to low it worked but as this is not the default for browsers this would

not
be a good setup.(the odd thing is the other apps are working fine) So I

was
told by a friend that he's surprised that applications ever worked and

that
it must have been a fluke. He said I needed to change the cookieless

value
to true, which partially worked but now I have issues with changing all of my anchor tags to be link buttons, some values still cannot be retrieved
form session values(iframe pages), and the fact that it looks less
professional to have the session id incorporated into the URL.

Do you know of any reason why some apps would continue to work fine

without
changing to cookieless=false? Is it true I need to have cookiesless set

to
true in order to get client browsers to work without changing their

default
cookie level? I had messed around with trusted assemblies at one time

maybe
that had something to do with the application working but I'm not even

sure
what that does and if it would have any affect on this. Do you think I
could simply trust the assembly somehow and it would work with cookieless set to false?

Thanks

Karl


Nov 17 '05 #2
I don't suppose you could summarise your question to help me a little- give
me the main points ... :)

Justin

"karl" <ka******@hotmail.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
Not necessarily but most would. I understand your point that to be positive not to have cookie issues then I should not use them. The whole issue with
the Url and ability to use anchor tags is problematic. Plus I wonder why
this happens for one app and not another.

Actually even with cookieless set to true, I have issues receiving info from session. Not sure why.

"Justin Dutoit" <an**@anon.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Do all your customers have cookies enabled?

J

"karl" <ka******@hotmail.com> wrote in message
news:ef**************@tk2msftngp13.phx.gbl...
I have several .net applications running on a webserver. I recently
installed the patches to the system to stop the worm virus that was going around last week. Since that time I ran into a problem with session state.
Prior to this each application was configured to have sessionState,
cookieless=false. However for some reason after installing the patches
one
and only one application began to run into problems with session data not being available from one web page to the other. I noticed if I
changed my client browser to have its cookie security level moved from Medium(default)
to low it worked but as this is not the default for browsers this
would
not
be a good setup.(the odd thing is the other apps are working fine) So
I was
told by a friend that he's surprised that applications ever worked and

that
it must have been a fluke. He said I needed to change the cookieless

value
to true, which partially worked but now I have issues with changing
all of my anchor tags to be link buttons, some values still cannot be
retrieved form session values(iframe pages), and the fact that it looks less
professional to have the session id incorporated into the URL.

Do you know of any reason why some apps would continue to work fine

without
changing to cookieless=false? Is it true I need to have cookiesless set to
true in order to get client browsers to work without changing their

default
cookie level? I had messed around with trusted assemblies at one time

maybe
that had something to do with the application working but I'm not even

sure
what that does and if it would have any affect on this. Do you think

I could simply trust the assembly somehow and it would work with

cookieless set to false?

Thanks

Karl



Nov 17 '05 #3
Actually re-post it summarised, the group is so busy you're about 4
screenfuls down from the top now ...

J

"karl" <ka******@hotmail.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
Not necessarily but most would. I understand your point that to be positive not to have cookie issues then I should not use them. The whole issue with
the Url and ability to use anchor tags is problematic. Plus I wonder why
this happens for one app and not another.

Actually even with cookieless set to true, I have issues receiving info from session. Not sure why.

"Justin Dutoit" <an**@anon.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Do all your customers have cookies enabled?

J

"karl" <ka******@hotmail.com> wrote in message
news:ef**************@tk2msftngp13.phx.gbl...
I have several .net applications running on a webserver. I recently
installed the patches to the system to stop the worm virus that was going around last week. Since that time I ran into a problem with session state.
Prior to this each application was configured to have sessionState,
cookieless=false. However for some reason after installing the patches
one
and only one application began to run into problems with session data not being available from one web page to the other. I noticed if I
changed my client browser to have its cookie security level moved from Medium(default)
to low it worked but as this is not the default for browsers this
would
not
be a good setup.(the odd thing is the other apps are working fine) So
I was
told by a friend that he's surprised that applications ever worked and

that
it must have been a fluke. He said I needed to change the cookieless

value
to true, which partially worked but now I have issues with changing
all of my anchor tags to be link buttons, some values still cannot be
retrieved form session values(iframe pages), and the fact that it looks less
professional to have the session id incorporated into the URL.

Do you know of any reason why some apps would continue to work fine

without
changing to cookieless=false? Is it true I need to have cookiesless set to
true in order to get client browsers to work without changing their

default
cookie level? I had messed around with trusted assemblies at one time

maybe
that had something to do with the application working but I'm not even

sure
what that does and if it would have any affect on this. Do you think

I could simply trust the assembly somehow and it would work with

cookieless set to false?

Thanks

Karl



Nov 17 '05 #4

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

Similar topics

6
by: Perdit | last post by:
My 1st page calls a 2nd that uses same data from a database. What is the best way to get the data in the second: a new call to the database or passing array through session variable?? I seems...
4
by: Chris | last post by:
When a request comes into a page on my ASP.net site and a session is not found, I want to detect whether the request is an initial request or if the user did have a session going that has now been...
14
by: Venkat Chellam | last post by:
I have a peculiar problem. I have a simple web application which loads some data from the oracle table and display in the datagrid in the webpage and datagrid has page enabled which shows 10 rows...
5
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...
6
by: Paul H | last post by:
Hi I have a problem with certain users of my ASP.NET application. The user logs into the site, and they are logged into the application. Then when they select a link, they are presented with a...
3
by: nogoer | last post by:
Im having an issue with an ecommerce app i just moved to ipower.com hosting. The session is getting lost after 45 seconds. It happens like clockwork as ive timed it at least a dozen times. Ill log...
4
by: Sarah Marriott | last post by:
Our website contains session variables that are used to validate if a user is logged in etc. We have found that these variables are randomly lost while navigating the website. We set up some...
2
by: maxkumar | last post by:
Hi, I am running a ASP.NET 1.1 site on Win Server 2003 with IIS 6.0. The website has been running for about 1.5 years now. In the past, we used to have random cases of session variables getting...
1
by: =?Utf-8?B?U00=?= | last post by:
Background We migrated our Asp.net 1.1 application to Asp.net 2.0 ( just migration ) .. It was working fine in local developer machine and one of our development testing server. When we moved...
13
by: SAL | last post by:
Okay, don't bash me to hard for my design on this app, it's my first web app and it's in production. My basic design is using Datatables created via the designer with a business logic class in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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
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...

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.