If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Is there a way to identify Mobile users & Desktop Users ?

Started by raj.kanag.s, 12 Nov 2013 03:43:02 PM

Previous topic - Next topic

raj.kanag.s

Guys,
         Is there a way to identify Mobile users & Desktop Users, logging into Cognos portal?  If Yes, Please let me know!


Thanks,

Grim

At the web server level you could catch some of them by the URL they request.

http://<server>/ibmcognos/
vs
http://<server>/ibmcognos/m (CGI)
http://<server>/ibmcognos/m/isapi

Though they can hit the regular URL and they get prompted for choice of site.

Not sure if there is anything in the audit logs. We don't use mobile here (yet), so it's not installed.  :-\
"Honorary Master of IBM Links"- MFGF
Certified IBM C8 & C10 Admin, Gamer, Geek and all around nice guy.
<-Applaud if my rant helped! 8)

bdbits

What are you trying to accomplish by knowing the device they are using?

If this is for redirection purposes, you can parse standard headers and attempt to detect it. It will be somewhat unreliable, but if you google around there is plenty of information about how to do this (sometimes called "browser sniffing"). It's kind of frowned upon by the web development community these days, but I won't dive into the arguments about it. Google is your friend.