|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hi everyone
let me start by defining the setup 5 Servers (2 Win 2000, 2 Win XP, 1 Win 2003) the code two simple asp pages
Problem Statement - if i use the ip address to connect to these servers http://10.18.1.27/main.asp there is no issues it diplays content in home.asp but if i use host name like http://qd_pal/main.asp the session resets for only the (Win 2000 & Win 2003 Servers) but for the XP machines it works fine the session is not reset to make matters worse for browsers ie5.0 & 6.0 we face this issue but if the bowser is netscape, mozilla and even ie5.5 (must be some security access?) it works fine I dont know how many have faced an issue like this Please help thanks in advance reg Vinoj |
|
#2
|
|||
|
|||
|
My guess is your IIS web structure is different on the different servers. How are you determining you session is reset? Perhaps there is something else that's causing your code to fail.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
|||
|
|||
|
The web structure is the same
and the session timeout is set in global.asa Code:
Session.Timeout = 20 The same code copy is used over the different servers In that condition it shouldnt run on the XP Machines and also the Netscape and Mozilla bowsers show no issues regards Vinoj |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > iis hostname & ip issues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|