How to get remote address

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get remote address

Frank Sukhu
Greetings All,
 
Is there any way to get the remoteAddress from within a Seaside component?  I am trying to log the ip addresses of users of my application.
 
Thanks,
Frank

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: How to get remote address

Dmitry Dorofeev
Hi,

try to look at

self session currentRequest
or
self session currentRequest nativeRequest

-Dmitry

On 16.04.2006, at 1:06, Frank Sukhu wrote:

> Greetings All,
>
> Is there any way to get the remoteAddress from within a Seaside  
> component?  I am trying to log the ip addresses of users of my  
> application.
>
> Thanks,
> Frank
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside