Hi.
For a typical web application, you would like to store some data in
the session scope (shopping cart, authenticated user object), and to
store other data in request scope.
I understand that RIFE templates are just content I manipulate.
Does RIFE has equivalent concepts ?
Typically, I use a filter to guard the protected areas, if the a
visitor is trying to add an item to his cart, the filter should check
if a cart object exists in the session scope, if not, redirect the
visitor to login page.
What is RIFE approach to this case ?
Thanks for your time.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to