Location where and how zimbra stores user session information - Eg: IP, browser

Revision as of 16:19, 10 May 2020 by Sam4wiki (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Location where (and how) zimbra stores user session information - Eg: IP, browser


   KB 23330        Last updated on 2020-05-10  




0.00
(0 votes)


Query

How can we locate where (and how) zimbra stores user session information - Eg: IP, browser, etc

Info for ZCS 8.8.x and Older

This information logged in the mailbox.log, are as follows:

2015-05-19 09:18:14,671 INFO  [qtp662845511-6940538:http://117.114.5.44:80/service/upload?fmt=extended,raw] [name=user@example.com;mid=2429;ip=137.194.52.34;oip=157.119.49.4;ua=Mozilla/5.0 (Windows NT 6.1;; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36;] FileUploadServlet - Received plain: Upload: { accountId=xxxxxxx-xxxx-xxxx-xxxx-dxxxxxxexa, time=Tue May 19 09:18:14 IST 2015, size=6522832, uploadId=xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx:xxxxxx-xxxx-xxxx-xxxx-xxxxxxxx, name=testfile.pdf, path=/opt/zimbra/data/tmp/upload/upload_fxxxxxx_xxxxxxxxx__8000_0123456.tmp }

Where,

http://117.114.5.44:80/service/upload?fmt=extended,raw

is service being accessed on the mailbox server, and shows the protocol being used as well

name=user@example.com

is the user name.

oip=157.119.49.4

is the IP of the user accessing the server

ua=Mozilla/5.0 (Windows NT 6.1;; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36

is the user agent being used. The user is using the Chrome browser.


Info for ZCS 9.0 Modern UI

This information logged in the mailbox.log, are as follows:

2020-05-10 11:52:24,437 INFO  [qtp366590980-371:https://ssarkar3.zimbrasupportlab.com/service/soap/BatchRequest] [name=samrat@pune.in;mid=4;ip=10.137.26.170;port=59890;ua=ZimbraXWebClient - FF76 (Windows)/9.0.0_GA_3935;soapId=70f87d96;] soap - (batch) SearchRequest elapsed=26

Where,

2020-05-10 11:52:24,437 INFO  

is self explanatory

[qtp366590980-371:https://ssarkar3.zimbrasupportlab.com/service/soap/BatchRequest]

This implies which soap request is being server

name=samrat@pune.in

The user which is being authenticated

oip=10.137.26.170

The client IP

ua=ZimbraXWebClient - FF76 (Windows)/9.0.0_GA_3935

The user agent, zclient means zimbra modern web client, if access from ZCO it will be ua=zco

soapId=70f87d96;] soap - (batch) SearchRequest

The soap ID and the soap request

elapsed=26

The time in seconds that it elapsed since the soap request was initiated.


Verified Against: ZCS 9.0, 8.8, 8.7, 8.6 Date Created: 2018-08-13
Article ID: https://wiki.zimbra.com/index.php?title=Location_where_and_how_zimbra_stores_user_session_information_-_Eg:_IP,_browser Date Modified: 2020-05-10



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search