Click here to Skip to main content
15,909,498 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ajax Error Pin
puviyarasan.j12-May-10 21:01
puviyarasan.j12-May-10 21:01 
Questionconverting gridview to excel in asp.net Pin
jadhavShubhangi12-May-10 0:32
jadhavShubhangi12-May-10 0:32 
AnswerRe: converting gridview to excel in asp.net Pin
Khaja A. Imtiaz12-May-10 0:49
Khaja A. Imtiaz12-May-10 0:49 
GeneralRe: converting gridview to excel in asp.net Pin
jadhavShubhangi12-May-10 1:03
jadhavShubhangi12-May-10 1:03 
GeneralRe: converting gridview to excel in asp.net Pin
Khaja A. Imtiaz12-May-10 1:09
Khaja A. Imtiaz12-May-10 1:09 
GeneralRe: converting gridview to excel in asp.net Pin
jadhavShubhangi12-May-10 1:19
jadhavShubhangi12-May-10 1:19 
AnswerRepost : converting gridview to excel in asp.net (Repost) Pin
nagendrathecoder12-May-10 3:09
nagendrathecoder12-May-10 3:09 
GeneralRe: Repost : converting gridview to excel in asp.net (Repost) Pin
jadhavShubhangi12-May-10 3:22
jadhavShubhangi12-May-10 3:22 
Questionhtml Pin
AndyInUK12-May-10 0:16
AndyInUK12-May-10 0:16 
AnswerRe: html Pin
Khaja A. Imtiaz12-May-10 0:26
Khaja A. Imtiaz12-May-10 0:26 
GeneralRe: html Pin
AndyInUK12-May-10 0:37
AndyInUK12-May-10 0:37 
AnswerRe: html Pin
Venkatesh Mookkan12-May-10 0:38
Venkatesh Mookkan12-May-10 0:38 
AnswerRe: html Pin
Not Active12-May-10 2:36
mentorNot Active12-May-10 2:36 
QuestionASP.NET with sliver light Pin
Satish_S11-May-10 23:58
Satish_S11-May-10 23:58 
AnswerRe: ASP.NET with sliver light Pin
Jamil Hallal12-May-10 0:09
professionalJamil Hallal12-May-10 0:09 
AnswerRe: ASP.NET with sliver light Pin
#realJSOP12-May-10 2:11
professional#realJSOP12-May-10 2:11 
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 

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.