<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
As for the "re-authentication", you will have to make the browser clear
its authentication if you have not manually created the sessionId.<br>
Once you create the sessionId, the sessionId is tied to the user.
AFAIK, you cannot re-assign the sessionId to another user.<br>
This means that you can only create a new session, and the new session
does not have access to any of the other session's stuff, such as the
runtime map.<br>
You might be able to copy resources between two sessions, if you log
into a third session as Administrator.<br>
<br>
You cannot get a listing of the resources in the previous session, so
you will have to make a list of resources, and then copy them.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
web skrev:
<blockquote
 cite="mid:1219837414-39a68402385f62f901894e1dea8bca5e@infogeo.ch"
 type="cite">Hi all,<br>
I would like to know&nbsp;which way&nbsp;the login, session (username) are set in
PHP. I want to give the availability to the use to reauthenticate with
another account in my application.<br>
  <br>
I've seen it was normally $_SERVER['PHP_AUTH_USER'], but when I log
myself with "Administrator" , "admin", I can't see this variable.<br>
  <br>
Where are user-session, set?<br>
  <br>
R&eacute;my
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  </pre>
</blockquote>
</body>
</html>