473,748 Members | 10,048 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

session expires when logged in from two different login from two different pc

well i have admin panel and agent panel.
when i open admin panel and log in it works fine. but when agent opens
agent panel in different pc and login and acts something like open a
page or so, both admin panel and agent panel expires session and asks
for re-login. What would be possible reason for this? Please anyone can
help !!!

platform:
OS: windows 2000 server, IIS 6.0
Script : ASP, Javascript
Database: MsSql 2000 Server

Jan 4 '07 #1
5 1845

"simon" <ms*****@gmail. comwrote in message
news:11******** **************@ 51g2000cwl.goog legroups.com...
well i have admin panel and agent panel.
when i open admin panel and log in it works fine. but when agent opens
agent panel in different pc and login and acts something like open a
page or so, both admin panel and agent panel expires session and asks
for re-login. What would be possible reason for this? Please anyone can
help !!!
Sounds like the application has recycled.
Check the application and system event logs for anything suspicous.
>
platform:
OS: windows 2000 server, IIS 6.0
IIS 6.0 on a 2000 server??
Script : ASP, Javascript
Database: MsSql 2000 Server

Jan 4 '07 #2

Anthony Jones wrote:
Sounds like the application has recycled.
Check the application and system event logs for anything suspicous.

the server where i have hosted my file, i don't have permission to
check anything. The application runs smooth in my local server. As
since i have uploaded the site and when asked for the clients to use no
matter they login from two different places to admin/agent
simultaniously, both of them get session out. :(

how would i debug it and wot sort of the things shall i have to look
over in my code??

Jan 5 '07 #3

"simon" <ms*****@gmail. comwrote in message
news:11******** **************@ i15g2000cwa.goo glegroups.com.. .
>
Anthony Jones wrote:
Sounds like the application has recycled.
Check the application and system event logs for anything suspicous.


the server where i have hosted my file, i don't have permission to
check anything. The application runs smooth in my local server. As
since i have uploaded the site and when asked for the clients to use no
matter they login from two different places to admin/agent
simultaniously, both of them get session out. :(

how would i debug it and wot sort of the things shall i have to look
over in my code??
If a session appears to have expired prematurely then it will be due to the
application process having been recycled for some reason.

On what have you tested it locally? Did you use at least two machines (one
as server which you can also use as one of the clients and another as a
client)? If you only have one machine locally have you tested it with two
browser instances (NOT just two different windows) by launching \Program
Files\Internet Explorer\IExplo re.exe twice (one for each client)?

Frankly without some help from the host you are going to have a hard time
diagnosing this unless you can repeat it yourself with your own hardware.

Jan 5 '07 #4

Anthony Jones wrote:
"simon" <ms*****@gmail. comwrote in message
news:11******** **************@ i15g2000cwa.goo glegroups.com.. .

Anthony Jones wrote:
Sounds like the application has recycled.
Check the application and system event logs for anything suspicous.
>

the server where i have hosted my file, i don't have permission to
check anything. The application runs smooth in my local server. As
since i have uploaded the site and when asked for the clients to use no
matter they login from two different places to admin/agent
simultaniously, both of them get session out. :(

how would i debug it and wot sort of the things shall i have to look
over in my code??

If a session appears to have expired prematurely then it will be due to the
application process having been recycled for some reason.

On what have you tested it locally? Did you use at least two machines (one
as server which you can also use as one of the clients and another as a
client)? If you only have one machine locally have you tested it with two
browser instances (NOT just two different windows) by launching \Program
Files\Internet Explorer\IExplo re.exe twice (one for each client)?

Frankly without some help from the host you are going to have a hard time
diagnosing this unless you can repeat it yourself with your own hardware.
I m still waiting for the response from the server side. Meanwhile wot
does 'application process having been recycled' means??

Jan 7 '07 #5

"simon" <ms*****@gmail. comwrote in message
news:11******** **************@ q40g2000cwq.goo glegroups.com.. .
>
Anthony Jones wrote:
"simon" <ms*****@gmail. comwrote in message
news:11******** **************@ i15g2000cwa.goo glegroups.com.. .
>
Anthony Jones wrote:
>
Sounds like the application has recycled.
Check the application and system event logs for anything suspicous.

>
>
the server where i have hosted my file, i don't have permission to
check anything. The application runs smooth in my local server. As
since i have uploaded the site and when asked for the clients to use
no
matter they login from two different places to admin/agent
simultaniously, both of them get session out. :(
>
how would i debug it and wot sort of the things shall i have to look
over in my code??
>
If a session appears to have expired prematurely then it will be due to
the
application process having been recycled for some reason.

On what have you tested it locally? Did you use at least two machines
(one
as server which you can also use as one of the clients and another as a
client)? If you only have one machine locally have you tested it with
two
browser instances (NOT just two different windows) by launching \Program
Files\Internet Explorer\IExplo re.exe twice (one for each client)?

Frankly without some help from the host you are going to have a hard
time
diagnosing this unless you can repeat it yourself with your own
hardware.
>
I m still waiting for the response from the server side. Meanwhile wot
does 'application process having been recycled' means??
It means the process that is running the application has terminated. A
windows 2003 machine may decide to do this for various reasons if it thinks
that existing process has become unstable or is mis behaving. To determine
wether this is the so you are going to need help from the hosts. I still
recommend you make efforts to reproduce the scenario as best you can with
local hardware.
Jan 7 '07 #6

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

Similar topics

6
13004
by: Tony G. | last post by:
Hi there, I have an APS 3 application, running on a Windows 2003 Web edition server - it is a very busy website, and when users are click on certain links (membership info), a new window i opened via javascript. This new window is on the SAME website as where the user is located, but just opened in HTTPS (secure) mode - the user can now examine memberhip terms and continue to buy membership.
2
1763
by: Rahul Kansara | last post by:
Hi e'body, I have an application developed in ASP.Net and have installed on iis server. The problem i am encountering is when I try to access the application through Internet explorer from one of the client, my session expires as soon as i login to the application. This works fine on another machine. Do any one have idea about this Thanks in advance
12
6993
by: ACaunter | last post by:
Hi all, I was wondering how i could write some code which would automatically open the Login Page once the session has expired? -- AdamPC@hotmail.com
2
1738
by: maha el ghoul | last post by:
Hello Guys, am a new member..and am new to asp.net..Am using VB.net 2.0,my website uses a unique application pool.The session used to work just fine when i was testing my website on localhost (browse in MVS2005) but when i posted on the server it's not working ... For example in a page i have to do the following: If (Session("email") <> "") Then temail.Text = Session("email") re = cust.GetCustomerName(temail.Text) Else
3
1546
by: shiyazahammed | last post by:
Hi techies, In my asp.net 2.0 website , after login, within 5 mins session expires , I am doing all the actions according to UserName,ID,Privileges all are stored in Session since login.I have set session life in IIS morethan 20 mins and while setting session in Login page i have set 20000,100000 for timing. but also i could not rectify this problem, Pls guys help me out .................
16
2389
by: rahemeen | last post by:
as i developed a website using asp.net 2 vs2005 with database sqlserver and my website was running fine few days back but now i am getting a problem. i.e user is logged in and browsed a page which page is only logged in users can browse and when he runs server side script on that page immediately session expires and user redirected to login page. what causing page to redirect to login page. can anybody explain it and solve my problem. ...
4
2025
by: agarwalsunitadhn | last post by:
my problem is that after every 20minutes i got the error that the Object reference not set to an instance of an object. and highlight the line lblWelcome.Text = "Welcome, " + Session.ToString(); I want that when the session expires either user will see LogIn page or the sesion resume their values. Where i write the code for the above.... thanks for your code in advance
0
909
by: dihola | last post by:
Hi, I have a problem with an ASP.NET C# application. When the session expires and then the user tries to access any page in the browser, instead of being transferred to the login page the website simply creates a new session and resumes the browsing as if nothing happened. I am using forms authentication and InProc sessions: <authentication mode="Forms"> <forms name=".CRM" loginUrl="~/Login.aspx" defaultUrl="~/Default.aspx"...
8
5432
by: Hamayun Khan | last post by:
Hi all I have developed Website in asp.net. The site was working fine for more than 6 months. Now from 3 to 4 days I m facing a problem. When I login as Admin to Administrator and create Session for the administrator. The Session expires in less than a minute. I don't know why i m facing this problem. I m sure that I did nothing to code that cause this problem. Any Help in this issue. Thanks in Advance.
0
8989
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9319
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
8241
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...
0
6073
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4599
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
4869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3309
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
2780
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.