| 
 Posted by Alvaro G. Vicario on 09/01/06 18:27 
*** mantrid escribió/wrote (Fri, 01 Sep 2006 16:09:03 GMT): 
> can a session created on a php page be retreived on a asp page? if so how? 
 
PHP sessions are just plain text files with serialized variables. I suppose 
you could get the specs for the serialization format and write ASP code to 
read the file and get the values. But it doesn't seem a good idea... 
 
If you need to share info between different apps in the same server, why 
don't you just use a database? 
 
 
--  
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain 
++ Mi sitio sobre programación web: http://bits.demogracia.com 
+- Mi web de humor con rayos UVA: http://www.demogracia.com 
--
 
  
Navigation:
[Reply to this message] 
 |