本文介绍了当前页面重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我被一件事打中了.
我想做的是会话过期时,重新登录后我想将用户重定向到会话过期的同一页面.
我该如何在vb 2005中使用c#
我试图将当前页面的值保留在会话中,但由于过期而无法在登录页面上获取这些值.
谢谢.

Hello guys i am struck in one thing.
What i want to do is when the session gets expired,after re login i want to redirect the user to the same page on which the session got expired.
How can i do this in vb 2005 using c#
I tried to keep the value of the current page in the sessions but cant get the values on login page as they gets expired.
Thanks.

推荐答案



这篇关于当前页面重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 06:18