Hallo, [EMAIL PROTECTED] hat gesagt: // [EMAIL PROTECTED] wrote: > Could someone please point me to a good tutorial on how to use sessions. I > have looked at the example docs and the only one that uses session is > really pretty simple. Specifically we have a website that uses cookies (I > set the cookie to a dictionary) that I would like to convert over to > sessions becuase osx is not setting my cookie correctly and is making the > page fail. I am hoping that sessions will work where cookies fail.
Sessions per default require cookies, but you can tell Webware in the Config file to use path sessions as a fallback. (I never used these, so: Could someone confirm that it is indeed a fallback solution or will enabling path sessions remove the - more secure - cookies even if cookies are accepted by the user?) In the session itself, you can put basically everything that is picklabe (even more, but this might lead to strange behaviour). A session example is in http://footils.org/pkg/shop.tgz ciao -- Frank Barknecht _ ______footils.org__ ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
