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

ASP.NET

 
AnswerRe: Images in master page disappear when log out? Pin
PSK_17-May-07 19:42
PSK_17-May-07 19:42 
GeneralRe: Images in master page disappear when log out? Pin
rockxuyenmandem18-May-07 4:48
rockxuyenmandem18-May-07 4:48 
QuestionPrevent user from loggin in by clicking Back button Pin
Blumen17-May-07 18:05
Blumen17-May-07 18:05 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
Sathesh Sakthivel17-May-07 18:10
Sathesh Sakthivel17-May-07 18:10 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
Parwej Ahamad17-May-07 18:14
professionalParwej Ahamad17-May-07 18:14 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h17-May-07 18:46
N a v a n e e t h17-May-07 18:46 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
Blumen17-May-07 18:58
Blumen17-May-07 18:58 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
BINOVAR17-May-07 19:46
BINOVAR17-May-07 19:46 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h17-May-07 20:17
N a v a n e e t h17-May-07 20:17 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
BINOVAR17-May-07 20:27
BINOVAR17-May-07 20:27 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h17-May-07 22:43
N a v a n e e t h17-May-07 22:43 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
BINOVAR17-May-07 22:48
BINOVAR17-May-07 22:48 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h17-May-07 23:32
N a v a n e e t h17-May-07 23:32 
GeneralRe: Prevent user from loggin in by clicking Back button Pin
BINOVAR17-May-07 23:37
BINOVAR17-May-07 23:37 
QuestionRe: Prevent user from loggin in by clicking Back button Pin
dipak.dipak20-Nov-08 20:09
dipak.dipak20-Nov-08 20:09 
AnswerRe: Prevent user from loggin in by clicking Back button Pin
N a v a n e e t h21-Nov-08 17:22
N a v a n e e t h21-Nov-08 17:22 
dipak.dipak wrote:
If i manually set a session when user logged in and kill the session on logged out, then also someone can see pages (may contain confidential information) which was opened before logged out. Am I Right?


I am not sure I got your question. But using sessions to keep login information is a standard practice. Sessions are stored in the server memory and unique for each users.

dipak.dipak wrote:
Then what is the proper solution to prevent see the confidential information opened during any one logged in??????


Do you mean when user presses back button? There are no efficient way to prevent the back button. You can do it using JS, which is not reliable. One solution I see is to open the users secured pages in a popup window, and close this window when user logs out.


Question[Document Scanning Application] Pin
samshah51217-May-07 17:49
samshah51217-May-07 17:49 
AnswerRe: [Document Scanning Application] Pin
Christian Graus17-May-07 18:45
protectorChristian Graus17-May-07 18:45 
QuestionDataset Pin
Mkanchha17-May-07 16:17
Mkanchha17-May-07 16:17 
GeneralRe: Dataset Pin
N a v a n e e t h17-May-07 18:59
N a v a n e e t h17-May-07 18:59 
AnswerRe: Dataset Pin
N a v a n e e t h17-May-07 18:57
N a v a n e e t h17-May-07 18:57 
GeneralRe: Dataset Pin
Sandeep Akhare17-May-07 20:20
Sandeep Akhare17-May-07 20:20 
JokeRe: Dataset Pin
N a v a n e e t h17-May-07 22:45
N a v a n e e t h17-May-07 22:45 
Questionasp.net, C# table adapters, time out Pin
ltrain217-May-07 12:11
ltrain217-May-07 12:11 
AnswerRe: asp.net, C# table adapters, time out Pin
Christian Graus17-May-07 12:27
protectorChristian Graus17-May-07 12:27 

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.