nashsaint Posted February 3, 2009 Share Posted February 3, 2009 Hi, Does anyone knows what the session id DW CS4 is using by default? I want to know the session id for sql query to match with other field using Where Clause. I tried using Where job_id = $_SESSION(MM_Username) but there was an error. please help. thanks. Quote Link to comment https://forums.phpfreaks.com/topic/143701-dreamweaver-cs4-session-id/ Share on other sites More sharing options...
trq Posted February 3, 2009 Share Posted February 3, 2009 session_id maybe what your looking for? Otherwise, take a look at the $_SESSION array to see what it contains. eg; print_r($_SESSION); ps: Don't let dreamweaver program for you. Its not at all good at it. Quote Link to comment https://forums.phpfreaks.com/topic/143701-dreamweaver-cs4-session-id/#findComment-753989 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.