473,503 Members | 1,662 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

regarding session

prabunewindia
199 New Member
hi friends,
i am facing session problem for couple of week
some time session timeout happening, even i fixed it as 8 hrs(480 min)
and some time session overlapping
i used session to store dataset. it have the documents for a particular user. some times, in the postback user getting documents not related to him/her.
One important think is "its in IIS" nearly 40 users are using it
Please advice
Prabu
Aug 16 '07 #1
2 919
shweta123
692 Recognized Expert Contributor
Hi,

For session timeout thing :
1)You can set session timeout in IIS.Right Click on Virtual directory folder.Click on the properties. Select configuartion,select options tab.Set there session timeout.
2)set the timeout in Web.config using <sessionState timeout=""> tag.

For document mismatching :

Check for Login details of the user.If it matches retrieve session data related
to that user.





hi friends,
i am facing session problem for couple of week
some time session timeout happening, even i fixed it as 8 hrs(480 min)
and some time session overlapping
i used session to store dataset. it have the documents for a particular user. some times, in the postback user getting documents not related to him/her.
One important think is "its in IIS" nearly 40 users are using it
Please advice
Prabu
Aug 16 '07 #2
prabunewindia
199 New Member
hi friend,
thanks for reply.
i fixed it in IIS.
i am using 2 session.
1 for storing username
2nd one for storing the dataset.
in the first one no problem occurring.
but in 2nd(dataset) its overlapping.
is it anything wrong with storing bigger dataset(having 600 rows) or more users(nearly 40) accessing from LAN?
Prabu


Hi,

For session timeout thing :
1)You can set session timeout in IIS.Right Click on Virtual directory folder.Click on the properties. Select configuartion,select options tab.Set there session timeout.
2)set the timeout in Web.config using <sessionState timeout=""> tag.

For document mismatching :

Check for Login details of the user.If it matches retrieve session data related
to that user.
Aug 16 '07 #3

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

Similar topics

3
1907
by: Douglas Pollock | last post by:
I'm new to session id variables. I'm trying to write records containing the session id to a log file but the session id keeps disappearing. I'm using session_register() because the site has...
4
1577
by: Fahad Ashfaque | last post by:
Hi, Please correct me if I go wrong anywhere in my understandings. 1- ISessionObject is created each time When any ASP Page is started executing and destroys on the page ends (not session...
3
1554
by: Aaron | last post by:
Why do my session values return to nothing on post back? I want to click a button and have the row, as in: dataset.table(0).rows(THIS ROW NUMBER IS WHAT I AM TALKING ABOUT), either increment or...
2
1612
by: Dean R. Henderson | last post by:
For an ASP.NET web application, is there a way for one session (with appropriate security authorization) to set a HttpSessionState variable to point to another session and execute the Abandon...
2
1289
by: Mike Hofer | last post by:
Okay, so I finally figured out forms authenticaton, to a degree and I still have one question: If a user walks away from my application, and the cookie expires, and then he comes back, does...
8
2231
by: Roger | last post by:
I have a question regarding the behaviour of sql with OR and fetch first 1 rows only : I have a table with data : ACNO NAME TELNO CITY ZIP 1000 ...
4
4101
hirak1984
by: hirak1984 | last post by:
Dear Sir/mam, I am new comers for DB2 .I Write a Stored Procedure below in line CREATE PROCEDURE AUS.PROCEDURE1 ( IN var0 VarCHAR(4000), OUT var1 CHAR(6) ) DYNAMIC RESULT SETS 1...
0
1223
hirak1984
by: hirak1984 | last post by:
Dear Sir/mam, I am new comers for DB2 .I Write a Stored Procedure below in line CREATE PROCEDURE AUS.PROCEDURE1 ( IN var0 VarCHAR(4000), OUT var1 CHAR(6) ) DYNAMIC RESULT SETS 1...
2
1494
by: shivapadma | last post by:
The following is the front end code for searching , it takes data and searches from the database by the second code. FRONT END CODE: <html> <head> <meta http-equiv="Content-Language"...
0
7201
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
7083
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
7278
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
7328
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...
1
6988
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
7456
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
5578
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
1510
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 ...
1
734
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.