Hi
I need php sessions to work without cookies.
My problem: the session ID is not appended to the URL except for pages that have session_start() called.
I thought the session ID would be appended automatically with --enable -trans-sid.
Do I have to put session_start() on pages where I don't even need sesson variables?
And is there a way to keep static pages in the site as .htm and still carry the sessionID through to links to .php pages? I want to mininize the number of pages requiring php interpreter and allow for bookmarking of static pages.
thanks
jo