How to get User's Information in Rshiny
问题 I want to get User's IP, User's window ID and User's Server Access time I can get User's IP with below code but Other things can't get.... getting User's IP code is ip <- session$request$REMOTE_ADDR at server.R How to get User's window ID and User's Server Access time ???? 回答1: Long-story-short, there is a limit to what "you" (the app and therefore you, the dev) can know about the connection. I've put in similar requests for some more with RStudio professional support, and what I have below