Michel Thadeu wrote: > Hi guys! > > According to the Session.py my client must hve cookies enabled to be > able to use session. Is there a way to bypass this feature, I have too > much problems with IE and generally the user don't know even what > means cookies... > > I wish to avoid saying the user he must enable cookies, is there an > exit? > > Thanks for help!
Try setting UseAutomaticPathSessions in Application.config. This is supposed to cause the session ID to be automatically embedded into the URL, so you don't need cookies enabled. I don't use it myself, so I don't know how well it works. - Geoff ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
