P
|
procheck 1/28/2012 |
If you add code to disable your login page, then any direct links to other pages will be expired automatically and they will be redirected to the login page. |
N
|
notuo author 1/29/2012 |
If you add code to disable your login page, then any direct links to other pages will be expired automatically and they will be redirected to the login page.
|
P
|
procheck 1/29/2012 |
The simplest way would be in BeforeLogin, simply add return false; on the first line |
N
|
notuo author 1/30/2012 |
Does this make more sense? Al
|