This topic is locked

HTML Frame Problem

12/1/2006 9:04:51 AM
PHPRunner General questions
L
lawfour author

I have two servers I work with one is my job and the other is my personal server. I have my DB on my personal server and I created frames to access my DB on my jobs server.
Example: Job server website has frames that is re-directed to my personal server website
Frame 1 = index.html = Job server = www.job.edu

Frame 2 = main.html = DB on my personal server = www.personal.com
What's been happening is when I sign in sometimes I get you dont have permission to access or I get session expired, login again.
The only time I am able to access the DB from my job's server is if I open a new browser window, sign in then signout on my personal server. Then go back to my job's server and sign in.
I would rather have my personal server name hidden behind frames then have customers from my job go directly my personal server. Basically I want them to believe they are still on my job server when signing in.
Any ideals?

Sergey Kornilov admin 12/1/2006

Larry,
PHP session belongs to the website and cannot be shared/transferred between websites. User needs to logon to each website separately.