Hi all
I would like to arrange a series of scripts such that a client logs on at
www.client.example.com and then, after logon, is redirected to www.example.com.
This allows the correct user database to be selected for each client whilst utilising a set of common scripts.
it also means that one group of clients can use the same usernames as another group, as if each had their own system.
this can be achieved by a get request (which I'd prefer to avoid) or by redirection to a unique file for each client on example.com.
Adjusting the cookie path to .example.com does not work, whether through attribute setting, ini setting or directly altering php.ini.
Given that I already have a solution, this is not urgent but I am annoyed by my inability to come up with a less brutal and inelegant solution than using GET.
if you have time to muse, please reply.
Rob