Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find Currently connected users in google app engine

Is there a way to get currently connected users in GAE?

OR

Can we implment this feature in GAE?

I want to display currently connected users to my app in my admin consol.

like image 736
Manjoor Avatar asked Nov 28 '25 19:11

Manjoor


1 Answers

There's no built in way. You need to keep track of them, saving a list in datastore or memcache, then list the active ones for the past X minutes.

like image 155
moraes Avatar answered Nov 30 '25 10:11

moraes



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!