No logout option in webmenu interface

No logout option in webmenu interface SearchSearch
Author Message
Rahul Tripathi
New member
Username: Infosmsfightercom

Post Number: 1
Registered: 02-2012
Posted on Tuesday, February 28, 2012 - 04:34 pm:   

I am a SMS provider in India. Recently I setup NowSMS on my windows server & configured with SMPP connection. To use it via www I enabled web menu interface. It is working fine.
But The problem is , there is no logout option in web-menu interface. Once you logged-in you can't logout.
Can any one help me to resolve this problem. One more thing, can I change the menus & template of web-menu interface ?
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3819
Registered: 08-2008
Posted on Tuesday, February 28, 2012 - 04:53 pm:   

Hi,

There is no concept of logout, because this web interface uses HTTP Authentication. The browser sends an "Authorization:" header with each request, so there is actually no login session maintained.

Typical web browser behaviour for this type of login is that the browser caches the login (and keeps sending it without prompting) until you close the browser.

Regarding templates:

There are template files for this user interface in the "HTML" subdirectory of the NowSMS installation.

default.htm is the first page displayed.

There is no magic to the other file names, NowSMS just serves up simple web content with the HTML directory being the root of the web server.

Note ... it is also possible to have user specific templates.

You can create templates in NowSMS\USERS\username\HTML to override any of the default HTML templates.


--
Des
NowSMS Support