PHP Session value
-
Hi Gurus! I got some php page that put some value into session and I want to ask you if there is any way to get this value in C# win/web application? Or in otherwords could I view somehow what Internet pages put to my session during I'm viewing them? Thanx. xedom developers team
-
Hi Gurus! I got some php page that put some value into session and I want to ask you if there is any way to get this value in C# win/web application? Or in otherwords could I view somehow what Internet pages put to my session during I'm viewing them? Thanx. xedom developers team
Alex Getman (leTaon) wrote: I got some php page that put some value into session and I want to ask you if there is any way to get this value in C# win/web application? The most practical means would be to persist the values from your PHP session to a database or XML file and then read the values back into a
Hashtable
within your C# application. - Nick Parker
My Blog | My Articles