In other words, for only one user to be able to access the module's webpage at a time. If another user would like to go into the module's website, he/she would be blocked and a message will appear stating someone is already logged in.
Hopefully, that made it more clear.
Thank you.
Search found 6 matches
- Tue Sep 23, 2014 6:10 am
- Forum: PINK
- Topic: Preventing multiple sessions
- Replies: 3
- Views: 35764
- Mon Sep 22, 2014 11:45 am
- Forum: PINK
- Topic: Preventing multiple sessions
- Replies: 3
- Views: 35764
Preventing multiple sessions
Hi everyone,
I would like to prevent multiple session to be opened. Is there a parameter that stops
multiple sessions from occurring?
Thank you,
Neil
I would like to prevent multiple session to be opened. Is there a parameter that stops
multiple sessions from occurring?
Thank you,
Neil
- Tue Nov 26, 2013 9:24 am
- Forum: PINK
- Topic: What MIME does the Embedded WebServer Use?
- Replies: 2
- Views: 30601
Re: What MIME does the Embedded WebServer Use?
Hi Forrest,
I updated with SB70LC-PinkApp-R1p37-20120216_APP.s19, I am getting the following warning from the
console using (IE10 debug tool).
SEC7113: CSS was ignored due to mime type mismatch
File: jquery-ui-1.10.3.custom.min.css
I looked up what this meant:
SEC7113
"CSS was ignored due to ...
I updated with SB70LC-PinkApp-R1p37-20120216_APP.s19, I am getting the following warning from the
console using (IE10 debug tool).
SEC7113: CSS was ignored due to mime type mismatch
File: jquery-ui-1.10.3.custom.min.css
I looked up what this meant:
SEC7113
"CSS was ignored due to ...
- Mon Nov 25, 2013 12:08 pm
- Forum: PINK
- Topic: What MIME does the Embedded WebServer Use?
- Replies: 2
- Views: 30601
What MIME does the Embedded WebServer Use?
Hi Everyone,
I am using the SB70LC Rev1.5 embedded webserver (PINK). I designed a webpage and tried opening is up
in IE10, but I get some messages:
Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://192.168.2.220/jquery-ui-1.10.3.custom.min.css". index.html:9 ...
I am using the SB70LC Rev1.5 embedded webserver (PINK). I designed a webpage and tried opening is up
in IE10, but I get some messages:
Resource interpreted as Stylesheet but transferred with MIME type text/plain: "http://192.168.2.220/jquery-ui-1.10.3.custom.min.css". index.html:9 ...
- Fri Apr 26, 2013 3:05 pm
- Forum: NetBurner Software
- Topic: AJAX on Netburner
- Replies: 4
- Views: 5862
Re: AJAX on Netburner
Sorry Tod. I have been following your other work and it seems you have improve on the bone structure of the white paper, although
I have no clue of what is going on, so I would like to stick for now with your bare bone structure way. I have been studying it for a while
and it seems the only missing ...
I have no clue of what is going on, so I would like to stick for now with your bare bone structure way. I have been studying it for a while
and it seems the only missing ...
- Fri Apr 26, 2013 2:04 pm
- Forum: NetBurner Software
- Topic: AJAX on Netburner
- Replies: 4
- Views: 5862
AJAX on Netburner
I have been following the example of Syncor's Using AJAX to Serve Dynamic Web Content on the NetBurner Platform.
In Example 2. Netburner method that responds to AJAX request
void AjaxCallback(int sock, const char* url)
Where is this example suppose to be placed in the main.c? In the while(1) loop ...
In Example 2. Netburner method that responds to AJAX request
void AjaxCallback(int sock, const char* url)
Where is this example suppose to be placed in the main.c? In the while(1) loop ...