Click here to Skip to main content
15,914,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: using StreamReader in webservice issue Pin
N a v a n e e t h4-Aug-09 8:00
N a v a n e e t h4-Aug-09 8:00 
GeneralRe: using StreamReader in webservice issue [modified] Pin
Priya Prk4-Aug-09 8:06
Priya Prk4-Aug-09 8:06 
QuestionAvoid Multiple Space Elimination in ASP.NET GridView Control [modified] Pin
megivimal4-Aug-09 4:30
megivimal4-Aug-09 4:30 
QuestionCheck if Session is still alive Pin
Herman<T>.Instance4-Aug-09 2:02
Herman<T>.Instance4-Aug-09 2:02 
AnswerRe: Check if Session is still alive Pin
Mike Ellison4-Aug-09 2:57
Mike Ellison4-Aug-09 2:57 
GeneralRe: Check if Session is still alive Pin
Herman<T>.Instance4-Aug-09 4:24
Herman<T>.Instance4-Aug-09 4:24 
AnswerRe: Check if Session is still alive Pin
Not Active4-Aug-09 3:00
mentorNot Active4-Aug-09 3:00 
AnswerRe: Check if Session is still alive Pin
N a v a n e e t h4-Aug-09 6:27
N a v a n e e t h4-Aug-09 6:27 
digimanus wrote:
When I retrieve the data from the database is it possible to check with the IIS server if the found SessionID in the database is still valid for IIS?


No. You can't get this.

Two things you can try,

1 - Handle browsers close event using JS and do AJAX call to update the database. This method is less reliable as JS can be manipulated from client side.

2 - Write a DB job which executes on specific intervals, check the validity of records and updates the records that are inactive for long time. For this to work, you may need to keep the last request time as well.

Smile | :)


QuestionDisplay content in font style that is not installed on the server. Pin
Imran Khan Pathan4-Aug-09 1:57
Imran Khan Pathan4-Aug-09 1:57 
AnswerRe: Display content in font style that is not installed on the server. Pin
Jay Royall4-Aug-09 2:21
Jay Royall4-Aug-09 2:21 
QuestionDownload file Pin
Hassan Sajedi4-Aug-09 1:49
Hassan Sajedi4-Aug-09 1:49 
AnswerRe: Download file Pin
Sundeep Ganiga4-Aug-09 2:21
Sundeep Ganiga4-Aug-09 2:21 
AnswerRe: Download file Pin
Not Active4-Aug-09 3:02
mentorNot Active4-Aug-09 3:02 
GeneralRe: Download file Pin
Hassan Sajedi4-Aug-09 19:32
Hassan Sajedi4-Aug-09 19:32 
GeneralRe: Download file Pin
Not Active5-Aug-09 2:05
mentorNot Active5-Aug-09 2:05 
GeneralRe: Download file Pin
Hassan Sajedi10-Aug-09 20:05
Hassan Sajedi10-Aug-09 20:05 
GeneralRe: Download file Pin
Not Active11-Aug-09 2:40
mentorNot Active11-Aug-09 2:40 
GeneralRe: Download file Pin
Hassan Sajedi23-Aug-09 1:38
Hassan Sajedi23-Aug-09 1:38 
QuestionMulitple rows in header template Pin
Member 39813664-Aug-09 1:40
Member 39813664-Aug-09 1:40 
QuestionApplication not working Pin
Kissy164-Aug-09 1:08
Kissy164-Aug-09 1:08 
AnswerRe: Application not working Pin
Abhijit Jana4-Aug-09 1:09
professionalAbhijit Jana4-Aug-09 1:09 
GeneralRe: Application not working Pin
Kissy164-Aug-09 1:33
Kissy164-Aug-09 1:33 
QuestionError in Executing application from localhost Pin
suzzain4-Aug-09 0:21
suzzain4-Aug-09 0:21 
AnswerRe: Error in Executing application from localhost Pin
SeMartens4-Aug-09 0:27
SeMartens4-Aug-09 0:27 
GeneralRe: Error in Executing application from localhost Pin
suzzain4-Aug-09 0:49
suzzain4-Aug-09 0:49 

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.