473,387 Members | 3,684 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,387 software developers and data experts.

AOL Session State Lost on Load Balanced Web Farm C# ASP.Net 2.0

Hi Everyone,

We have a C# ASP.Net 2.0 web application that is running on 2 load balancing servers. Using Internet Explorer 6.0/7.0, Firefox, Safari, etc... there are no problems with the sessions. However, using AOL, the sessions get dropped because of the proxy servers AOL uses. Can anyone point us in the right direction on how to maintain the session state by possibly using GUID's or some other method.

Thanks.
Jan 10 '08 #1
5 2443
Plater
7,872 Expert 4TB
The session gets passed as a special header in the query and response in HTTP.
If AOL (do people really still use that company??) blocks some header-types, it might not make it through.
I suspect there is a setting in the AOL client somewhere that is telling it to ignore that header and not pass it back.
Jan 10 '08 #2
Is there a way to programatically view the headers aol is using or is there a way I can programatically change the headers myself?
Jan 11 '08 #3
Plater
7,872 Expert 4TB
You should be able to see the headers using some javascript controls, but what you should look at is the settings of the aol client I think.

You can pick up Ethereal or any other network packet viewer if you really wanna get in deep to see what traffic is being passed, but it might be overkill for this.
Jan 11 '08 #4
The following are a list of settings that I found within AOL 9.0 VR:

1) Web Graphics Compression
  1. Compress only for low-speed connections
  2. Always compress
  3. Never compress
  4. turn on maximum compression
2) Use your Internet Explorer settings to set advanced browser options. (This pops up the typical IE Options tabbed window)
3) Use AOL Wallet preferences to store purchase info
4) Use Parental Controls to help protect children
5) Pop-Up Controls to block unwanted pop-ups


With option 2, if there was anything wacky set in there, the web page would not work in IE, but it does work in IE.

Am I missing another area that has settings or is this it?

Thanks.
Jan 11 '08 #5
Plater
7,872 Expert 4TB
Hmm, I am wholly unaware of what AOL does. Like I said I wasn't aware it was still used.
(Honestly, I've been using the internet for roughly 12 years and never seen anyone use it. Guess it wasn't popular in my area)
You could check with the packet watching software, to verify that the header is or is not being sent.
Jan 11 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: gfuller | last post by:
- We have 2 aspx pages in a .NET project. The first sets a session variable and has a button that when clicked performs a 'redirect' to the second page which then reads the session variable. ...
9
by: grw | last post by:
Im trying to find why my hosted server won't maintain session state. Its not a web farm (not load balanced), its all the same server An application requires a session to be set and then recalled...
7
by: Billy Jacobs | last post by:
I am having a problem with my session variable being set to Null for no apparent reason. I am declaring it like the following when the user logs in. dim objUserInfo as new clsUserInfo 'Set...
4
by: DeeAnn | last post by:
We've encountered a "flaky" situation with a Session variable holding a data set on load balanced servers; server session with cookies is set up. Background: Session variable holds a dataset. ...
1
by: Robert | last post by:
In Web.config file is a setting for sessionState. If I want to maintain a users' session state (ie use the Session object) in a web farm that is being load balanced by a Cisco CSS 11501 Switch. ...
10
by: Anthony Williams | last post by:
Hi gang, This one looks like a bug :o( As you may or may not know, setting session management in web.config to use cookieless sessions causes the ASP.NET runtime to munge a session ID into...
4
by: Abi | last post by:
We able to generate this error in our test environment and were able to research this enough to understand that the issue is NOT with an abject that needs to be serialized but rather as the stack...
1
by: =?Utf-8?B?TmVpbGUgQmVybXVkZXM=?= | last post by:
Hi there My team is responsible for designing the architecture of the web hosting environment in my orgnaisation. We plan to implement an IIS web farm, load balanced by a couple of industry...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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,...

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.