Search found 6 matches

by neil
Tue Sep 23, 2014 6:10 am
Forum: PINK
Topic: Preventing multiple sessions
Replies: 3
Views: 8690

Re: Preventing multiple sessions

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.
by neil
Mon Sep 22, 2014 11:45 am
Forum: PINK
Topic: Preventing multiple sessions
Replies: 3
Views: 8690

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
by neil
Tue Nov 26, 2013 9:24 am
Forum: PINK
Topic: What MIME does the Embedded WebServer Use?
Replies: 2
Views: 7335

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 mi...
by neil
Mon Nov 25, 2013 12:08 pm
Forum: PINK
Topic: What MIME does the Embedded WebServer Use?
Replies: 2
Views: 7335

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.ht...
by neil
Fri Apr 26, 2013 3:05 pm
Forum: NetBurner Software
Topic: AJAX on Netburner
Replies: 4
Views: 2897

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 ...
by neil
Fri Apr 26, 2013 2:04 pm
Forum: NetBurner Software
Topic: AJAX on Netburner
Replies: 4
Views: 2897

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, u...