Dear all, I have an S2 web application. No login procedure and any page can be accessed. Basically it’s an Open session.
It’s a hotel website. As an example when user access Barbados web pages , regardless of any URL patter session should be created and token should be save as region='Barbados'. If user accessing any of Antigua URLs session should be filled with region='Antigua' We have separated regions by using different namespaces in struts.xml. Example URL pattern, http://localhost:8084/subsites/barbados/listHotels.html?starRate=3 Please provide a help on this. Thanks Emil

