Hello,
I've got a website, part of which is constructed by AxKit, and other bits are made using standard mod_perl handlers. I've got some state information I'd like to store between requests, preferably in cookies. What I am looking for is some way of storing sessions that I can get at both inside AxKit (in my custom providers) and outside AxKit (in my mod_perl handlers).


So far I have tried:

Using Apache::AxKit::Plugin::BasicSession. This is great, except I haven't been able so far to access the data outside of AxKit.

Using Apache::Session in my Providers. I can't make cookies appear in the finished output.

Some solution involving Apache::AxKit::Plugin::Session. This seems very hard to understand to me, mainly because it does far more than I need. I'm willing to persevere with this if it results in a win.


Any tips anyone could offer would be greatly appreciated.

David

There is no authentication element to my problem.

This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to