Link to home
Start Free TrialLog in
Avatar of catchmeifuwant
catchmeifuwant

asked on

Oracle Session Management

Hi Forum,

I'm using PHP 4.3.4 to connect to Oracle 9i Release 2.

I'm able to connect to the DB and work with the DB.

My problem is when I need to maintain the same session across pages.

For eg., in Page1.php, I logged into the DB and retrieved some data.From Page1.php the next possible step is to move to Page2.php to do some operations,again,on the DB.

I wanted to use the same connection I have in Page1.php and not log into the DB again in Page2.php.

BTW,Page2.php is opened when a link in Page1.php is clicked !!!

Is there a way of doing it?

Thanks a ton for your inputs ...it's my first tryst with PHP !!!
ASKER CERTIFIED SOLUTION
Avatar of Rayni
Rayni

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of catchmeifuwant
catchmeifuwant

ASKER

Hi Rayni,

Thanks a ton for the comments.It worked !!!

Cheers !!!