Click here to Skip to main content
15,919,879 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET with sliver light Pin
The Man from U.N.C.L.E.14-May-10 3:16
The Man from U.N.C.L.E.14-May-10 3:16 
AnswerRe: ASP.NET with sliver light Pin
The Man from U.N.C.L.E.12-May-10 2:48
The Man from U.N.C.L.E.12-May-10 2:48 
Questionasp:ButtonColumn Text Pin
garfield18511-May-10 23:37
garfield18511-May-10 23:37 
AnswerRe: asp:ButtonColumn Text Pin
Jamil Hallal12-May-10 0:13
professionalJamil Hallal12-May-10 0:13 
GeneralRe: asp:ButtonColumn Text Pin
garfield18512-May-10 0:20
garfield18512-May-10 0:20 
QuestionTracking users using sessions Pin
Khaja A. Imtiaz11-May-10 22:23
Khaja A. Imtiaz11-May-10 22:23 
AnswerRe: Tracking users using sessions Pin
Abhijit Jana11-May-10 22:39
professionalAbhijit Jana11-May-10 22:39 
GeneralRe: Tracking users using sessions Pin
Khaja A. Imtiaz11-May-10 22:46
Khaja A. Imtiaz11-May-10 22:46 
Iam clearing the session when user is logged off..

Below is the code used when user logged off..
session.removeAll()
session.abandon()

If Iam not clearing the sessions, then as per my logic in the Page_load, it should not add a entry in the table instead it should perform the other work without adding entry.

since Iam using the below code in Page_load 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 Iam doing certain tests.. iam not facing any such issues, but when the users are working on this portal.. I can see these kind of issues...

What could be the problem, please suggest.

Regards
Imtiaz A.K

GeneralRe: Tracking users using sessions Pin
Brij11-May-10 23:04
mentorBrij11-May-10 23:04 
GeneralRe: Tracking users using sessions Pin
Khaja A. Imtiaz11-May-10 23:08
Khaja A. Imtiaz11-May-10 23:08 
AnswerRe: Tracking users using sessions Pin
Venkatesh Mookkan11-May-10 23:09
Venkatesh Mookkan11-May-10 23:09 
GeneralRe: Tracking users using sessions Pin
Khaja A. Imtiaz11-May-10 23:29
Khaja A. Imtiaz11-May-10 23:29 
GeneralRe: Tracking users using sessions Pin
Venkatesh Mookkan12-May-10 0:34
Venkatesh Mookkan12-May-10 0:34 
QuestionBinding DataList inside FormView Pin
K V Sekhar11-May-10 22:22
K V Sekhar11-May-10 22:22 
QuestionSPAM Problem Pin
Blikkies11-May-10 21:24
professionalBlikkies11-May-10 21:24 
AnswerRe: SPAM Problem Pin
Michel Godfroid11-May-10 23:23
Michel Godfroid11-May-10 23:23 
Questionexport gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 20:00
jadhavShubhangi11-May-10 20:00 
AnswerRe: export gridview to excel in asp.net Pin
Brij11-May-10 20:09
mentorBrij11-May-10 20:09 
GeneralRe: export gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 20:25
jadhavShubhangi11-May-10 20:25 
AnswerRe: export gridview to excel in asp.net Pin
nagendrathecoder11-May-10 20:37
nagendrathecoder11-May-10 20:37 
AnswerRe: export gridview to excel in asp.net Pin
Venkatesh Mookkan11-May-10 21:32
Venkatesh Mookkan11-May-10 21:32 
GeneralRe: export gridview to excel in asp.net Pin
jadhavShubhangi11-May-10 21:39
jadhavShubhangi11-May-10 21:39 
QuestionCustom Control-DropDown+ASP.net Pin
chetan_agarwal11-May-10 19:03
chetan_agarwal11-May-10 19:03 
QuestionMenu with Ajax Pin
kushMuchaal11-May-10 19:01
kushMuchaal11-May-10 19:01 
QuestionBold Italics Subject line Pin
Civic0611-May-10 12:54
Civic0611-May-10 12:54 

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.