Authorization in a wrapper
Posted: Wed Aug 29, 2007 9:17 pm
Hi all,
Not really sure where to put this question, so here goes:
I have a php application hosted on a difrent server than my joomla site due to the need to use a diffrent database.
To put it out there I have it in a wrapper on my site. Still, I would like to verify that ppl have at least logged into my site (prevent direct access, that is). I tried to get a $_SESSION object going, but it seems to be empty so I guess either joomla login is handelled diffrently or the object is simply not accessible to the wrapper.
Anyone know if there is passed any information to the wrapper that might be useful to me? Any ideas would be appresiated, really
And finally, thx all for a very friendly and useful forum
Not really sure where to put this question, so here goes:
I have a php application hosted on a difrent server than my joomla site due to the need to use a diffrent database.
To put it out there I have it in a wrapper on my site. Still, I would like to verify that ppl have at least logged into my site (prevent direct access, that is). I tried to get a $_SESSION object going, but it seems to be empty so I guess either joomla login is handelled diffrently or the object is simply not accessible to the wrapper.
Anyone know if there is passed any information to the wrapper that might be useful to me? Any ideas would be appresiated, really
And finally, thx all for a very friendly and useful forum