bjr
j'utilise pws
j'ai mon arborescence qui est la suivante
c:\inetput\wwwroot\monsite\mespages
j'ai mis le global.asa dans wwwroot
mon index.htl se trouve dans monsite
j'ai declare une var globale dans mon global.Asa
<OBJECT RUNAT=Server SCOPE=Session ID=MyInfo PROGID="MSWC.MyInfo">
</OBJECT>
<script LAnguage="vbscript" RUNAT=Server>
SUB Session_OnStart
Application.lock<BR>
Session("asker")="uuuu"
Application.unlock<BR>
End sub
</script>
j'utilise ma var dans une page asp
<%=session("asker")%>
j'execute et elle n'affiche rien.
quelqu'un voit il mon souci
merci