Click here to Skip to main content
15,888,142 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET with sliver light Pin
The Man from U.N.C.L.E.12-May-10 2:37
The Man from U.N.C.L.E.12-May-10 2:37 
GeneralRe: ASP.NET with sliver light Pin
Satish_S14-May-10 2:06
Satish_S14-May-10 2:06 
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 
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...

could someone explain, why this is happening..

Regards
Imtiaz A.K

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 
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 

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.