Hi,
   I am trying to implement a tracking tool, that will capture a user's
path through our website.  However I am having issues with the session
ID.  I am using magnolia 3.0 rc3.  Currently I am only testing this on
the author instance.  When I visit a page on the site directly with a
url (i.e. http://localhost:8080/magnoliaAuthor/pageName/page.html)  I
get a session ID, but when I go to subsequent pages, the ID changes for
every page I visit instead of maintaining a single session.  But it
seems to track correctly if I open up a page first by double clicking on
it in the magnolia admin section, and then move around the site that
way.  Does this have anything to do with being on the author instance, I
currently can't test this on a public instance.  Any help would be
appreciated.  Here is the code I am using to get the session:

String sessionId = session.getId();

session.setAttribute("sessionId", sessionId);

and

sessionId = (String) session.getAttribute("sessionId");

Thanks,
Danny


-- 




Danny Gibbs
Software Developer
Portent Interactive | 206-575-3740
An Internet Marketing Company
http://www.portentinteractive.com

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to