Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where should i find sid

Status
Not open for further replies.

nkmb

Programmer
May 10, 2006
33
US
Hi,

I am trying to connect to oracle DB from PHP.for that i need SID.where should i find SID.


somebody please reply me.


thanks,
nkmb


 
I think Sid is down the pub. saw him there earlier.

SID is the session ID. nothing to do with an oracle database, SFAIK. you can retrieve the sid through
Code:
session_id()

it is usually (always?) present in a constant called PHPSESSID

of course there will be no session ID available before a session is started.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top