----- Original Message ----- From: "Ming Fai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 10:50 PM Subject: disallow anonymous access
> There is a scenario as follows: > A user enter the Turbine site via a deep-link. (e.g. /template/xxx to reach > a specific page) Then he should see a login page. After he has successfully > logged in, he get to the deep-linked page. > > In another words, there are two features: > 1. disable anonymous access (except to the login page, certainly) Have all screens extend VelocitySecureScreen except the login screen > 2. enforce deep-link Write your own SessionValidator to store the original url in the user's temporary hashtable.. > > How should I implement this in Turbine? > > regards, > mingfai > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
