Click here to Skip to main content
15,902,866 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: data problem Pin
bapu288915-May-10 7:43
bapu288915-May-10 7:43 
QuestionMaster-Content Page postback issues Pin
trunkwala_abbas15-May-10 0:07
trunkwala_abbas15-May-10 0:07 
AnswerRe: Master-Content Page postback issues Pin
Not Active15-May-10 3:05
mentorNot Active15-May-10 3:05 
QuestionEvents are not firing Pin
4anusha414-May-10 20:41
4anusha414-May-10 20:41 
AnswerRe: Events are not firing Pin
janani1316-May-10 17:22
janani1316-May-10 17:22 
QuestionAlternate to Shopping Cart? Pin
thatraja14-May-10 20:03
professionalthatraja14-May-10 20:03 
AnswerRe: Alternate to Shopping Cart? Pin
Brij14-May-10 20:38
mentorBrij14-May-10 20:38 
Questionissue with Tracking users Pin
Khaja A. Imtiaz14-May-10 19:37
Khaja A. Imtiaz14-May-10 19:37 
Hi,

Iam developing a intranet site and want to track the users, iam using session for this purpose, Iam using windows authentication mode so there is no login form here..

when a user clicks the url for the first time a new session is created and at that time Iam adding a entry in a table(say :Users) with username and logintime and sessionid etc.,

Below is the logic Iam using in form_load event of Default.aspx

If session("user") is nothing then
---create new session (at this point Iam adding a entry in table(users))
Else
--- use the same session and continue the work.
End if

When i check the users in the table some entries are created with same userid and same sessinids with different login time, how this is possible...
I just want to know who is logged in and what time...

could someone explain, why this is happening..

Regards
Imtiaz A.K

AnswerRe: issue with Tracking users Pin
Martin Jarvis17-May-10 6:40
Martin Jarvis17-May-10 6:40 
GeneralRe: issue with Tracking users Pin
Khaja A. Imtiaz17-May-10 20:07
Khaja A. Imtiaz17-May-10 20:07 
GeneralRe: issue with Tracking users Pin
Martin Jarvis18-May-10 11:04
Martin Jarvis18-May-10 11:04 
QuestionTimeout Problem Pin
SreejithKumar M14-May-10 18:34
SreejithKumar M14-May-10 18:34 
AnswerRe: Timeout Problem Pin
Brij14-May-10 20:01
mentorBrij14-May-10 20:01 
GeneralRe: Timeout Problem Pin
SreejithKumar M14-May-10 20:15
SreejithKumar M14-May-10 20:15 
GeneralRe: Timeout Problem Pin
Brij14-May-10 20:26
mentorBrij14-May-10 20:26 
GeneralRe: Timeout Problem Pin
SreejithKumar M14-May-10 20:33
SreejithKumar M14-May-10 20:33 
GeneralRe: Timeout Problem Pin
Brij15-May-10 18:01
mentorBrij15-May-10 18:01 
GeneralRe: Timeout Problem Pin
SreejithKumar M16-May-10 17:06
SreejithKumar M16-May-10 17:06 
GeneralRe: Timeout Problem Pin
Suresh Pirsquare18-May-10 3:43
Suresh Pirsquare18-May-10 3:43 
AnswerRe: Timeout Problem Pin
Sandeep Mewara15-May-10 18:56
mveSandeep Mewara15-May-10 18:56 
QuestionHow to e-mail 404 errors Pin
Larry Antram14-May-10 14:06
Larry Antram14-May-10 14:06 
AnswerRe: How to e-mail 404 errors Pin
Larry Antram15-May-10 9:23
Larry Antram15-May-10 9:23 
QuestionPlease give me answer Pin
indian14314-May-10 12:10
indian14314-May-10 12:10 
AnswerRe: Please give me answer Pin
Dr.Walt Fair, PE14-May-10 12:39
professionalDr.Walt Fair, PE14-May-10 12:39 
GeneralRe: Please give me answer Pin
indian14314-May-10 12:59
indian14314-May-10 12:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.