Hi fellow Nukers
I have question regarding pnSession.php and Multisites.
Problem:
Cause I cannot run multisites (point specific subdomain on root domain dir), I did following:
I created normal subdomain via CP and installed there new copy of
PostNuke, sharing same
DB and tables from main site, adding some new tables and hacking pntables.php (changing few prefixes to point
PostNuke copy to some other tables specific for subdomain site).
Now lets come to my problem:
If I login as user at subdomain site and go on main domain, I am not logged there and if I logon on main site and go on subdomain site, I am not logged there as user.
Users, session and other global
PostNuke mysql tables are shared between this two sites (main site and subdomain site)
What I read now in pnSession.php is line:
[php:1:cd295e96a0][/php:1:cd295e96a0]
Now, is there possiblity to allow login (cookie) to be valid on all sites on specific IP address (I have static IP) or list of hostnames, and how that be done?
Once again .. I am not using classic Multisites. I have separate installations on subdomain and main domain sharing same mysql tables!
Thanks in advance
Ivan