all groups > asp.net mobile > october 2006 >
You're in the

asp.net mobile

group:

K600i is sending wrong session id


K600i is sending wrong session id Niko Grobelsek
10/13/2006 10:11:08 AM
asp.net mobile:

I have a problem with some phones which are sending my session id in "xxxxxx"
(inside quotation marks) and the result is that asp.net always gives new
session to the phone. IS there a way I can somhowe intercept and fix the
sessionid on my own or someother way around this problem?

tnx

RE: K600i is sending wrong session id Jay
10/31/2006 8:55:01 PM
Hi,

You can use Encode/Decode functions to fix the below problem.

For example,

For Encode $str =~ s/\"/\"/g; and for Decode $str =~ s/\"/\"/g;

When you pass the session id use Encode and use Decode to use the same
session id

got my point

[quoted text, click to view]
AddThis Social Bookmark Button