answersLogoWhite

0

There really isn't one. Any verification that is pushed to rely solely on the client-side is going to become subject to massive security issues. Because the verification would have to be run inside the user's own browsing environment, he/she could completely rewrite the logic used to perform that verification.

You can use various AJAX techniques and/or cookies to simplify the verification process, but there's really no safe way of doing verification on the client without at least some interaction with the server.

Relying on the client-side for this kind of thing is among the best ways to ensure a short career in web development.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

How can you make cleint side controls as server side controls in aspnet?

By using runat="server" attribute..


What is client side usage in xml?

XML does not have the concept of client-side/server-side.


What are client side and server side scripting?

Client side scripting is a script, (ex. Javascript, VB script), that is executed by the browser (i.e. Firefox, Internet Explorer, Safari, Opera, etc.) that resides at the user computer. Server side scripting, (ex. ASP.Net, ASP, JSP, PHP, Ruby, or others), is executed by the server (Web Server), and the page that is sent to the browser is produced by the serve-side scripting. So when a server sends out a page, it executes server-side scripts, but does not execute client-side scripts. Once the browser receives the page, it executes the client-side scripts. Server side scripting can connect to databases that reside on the web server or another server reachable from web server. Client side scripting cannot do that. Server side scripting can access the file system that reside at the web server, client side cannot. Server side scripting can access settings belong to Web server while client side cannot. Client side scripting can access files and settings that are local at the user computer. Client side scripting consumes cycles from user's computer not web server one, while server side scripting consumes cycles form web server one.


10 Explain the term session in server side programming approach What is the main benefit from implementing the session?

explain the term session in server side programming approach


How do you declare session in javascript?

You can't. Sessions are a server-side technology. To properly implement a session, you have to use a server-side language like PHP, ASP, or Ruby.

Related Questions

What are the drawback of using server side verification?

gngfhfgfu


Is ruby programming client side or server side?

Ruby is a server-side language.


What does server side relate to in the computer industry?

In the computer industry, server side refers to the operations performed by a server in a server-client computer relationship. The server side typically handles many functions to lighten the load of the client side's work.


Which is world largest use server side OS?

There is no server side OS available yet.


Is ruby server side scripting language?

Yes, Ruby is a server-side scripting language.


How do you get counter strike 1.6 server rcon?

Server Side: rcon_password <password> Client Side: rcon_password <password> rcon_address <IP of the server> rcon_port <IP port the server is using> rcon <server commands>


How can you make cleint side controls as server side controls in aspnet?

By using runat="server" attribute..


What is a good alternative exercise for the side plank?

A good alternative exercise for the side plank is the side plank with hip dips.


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


Why java script is not a server side programming?

It is not impossible to code on server side using javascript as there are frameworks available today which lets use of javascript on server side. But usage of this is not that high as most people prefer the normal way of using AJAX if they want javascript to interact with a server side language.


Where can you order contact lenses without a doctors verification?

you should really have a doctors verification but you can order it on the computer but for the safe side get someone older to go in for you HANNAH


What is client side usage in xml?

XML does not have the concept of client-side/server-side.